.button {
  display: inline-block;
  margin: 20px 0;
  padding: 0 30px;
  font-family: "Nunito-Bold";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5;
  letter-spacing: 0;
  white-space: nowrap;
  /* Safari adjustment */ }
  .button:disabled {
    opacity: .5;
    cursor: not-allowed;
    color: #adadad !important;
    background-color: #787878 !important;
    border: 1px solid #787878 !important; }
  .button-small {
    font-size: 12px; }
  .button-right {
    float: right; }
  .button-full {
    width: 100%; }
  .button-center {
    display: block;
    margin: 20px auto; }
  .button-big {
    min-width: 320px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  .button-no-margin {
    margin: 0 !important; }
  .button-auto-width {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important; }
  @media only screen and (max-width: 992px) {
    .button {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.8; } }
  @media only screen and (max-width: 768px) {
    .button {
      display: block;
      width: 100%;
      margin: 20px 0 5px;
      font-size: 12px; }
      .button-small {
        font-size: 10px; }
      .button-right {
        margin: 5px 0 20px; }
      .button-big {
        min-width: 100%; } }
  .button-link {
    font-family: "Nunito-ExtraBold";
    text-decoration: none;
    border: none;
    background: none;
    color: #1D1D1D; }
    .button-link:hover {
      background: none;
      text-decoration: underline; }
  .button-primary {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
    color: #fff; }
    .button-primary:hover {
      background-color: #fff;
      color: #1D1D1D; }
    .button-primary-faded {
      background-color: #fff;
      border: 1px solid #1D1D1D;
      color: #1D1D1D; }
      .button-primary-faded:hover {
        background-color: #1D1D1D;
        color: #fff; }
      .button-primary-faded.button-no-hover:hover {
        background-color: #fff;
        color: #1D1D1D; }
  .button-secondary {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #1D1D1D; }
    .button-secondary:hover {
      background-color: #adadad; }
  .button-gold {
    background-color: #a37b24;
    border: 1px solid #a37b24;
    color: #fff; }
    .button-gold:hover {
      background-color: #fff;
      color: #a37b24; }
    .button-gold-faded {
      background-color: rgba(163, 123, 36, 0.1);
      border: 1px solid #a37b24;
      color: #a37b24; }
      .button-gold-faded:hover {
        background-color: #a37b24;
        color: #fff; }
  .button-white {
    box-shadow: 0 3px 5px 1px #e3e3e3;
    background-color: #fff;
    border: 1px solid #fff;
    color: #1D1D1D; }
    .button-white:hover {
      background-color: #e3e3e3;
      border-color: #e3e3e3; }
  .button:after {
    content: "";
    display: block;
    clear: both; }

.sellWithUsWrapper {
  font-family: "Nunito-Regular" !important;
  color: #1D1D1D !important; }
  @media only screen and (max-width: 768px) {
    .sellWithUsWrapper {
      padding: 0 15px; } }
  .sellWithUsWrapper .subHeading {
    margin-top: 60px;
    font-family: "Nunito-Bold";
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 29px; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .subHeading {
        margin-top: 40px;
        font-size: 18px;
        line-height: 22px; } }
  .sellWithUsWrapper .subHeadingV2 {
    margin-top: 60px;
    font-family: "Libre-Baskerville-Regular";
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    color: #1D1D1D; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .subHeadingV2 {
        margin-top: 40px;
        font-size: 18px;
        line-height: 24px; } }
  .sellWithUsWrapper .button {
    padding: 5px 20px;
    font-family: "Nunito-Bold";
    font-size: 16px;
    line-height: 2;
    border-radius: 0; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .button {
        display: inline-block !important;
        width: auto !important;
        font-size: 14px;
        line-height: 1.5; } }
  .sellWithUsWrapper .switchLangWrapper {
    margin-top: 40px;
    text-align: center; }
    .sellWithUsWrapper .switchLangWrapper .link {
      font-family: "Nunito-Bold";
      font-size: 14px; }
  .sellWithUsWrapper .sellOptionWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 840px;
    margin: 25px auto 0; }
    .sellWithUsWrapper .sellOptionWrapper .sellOption {
      width: 270px;
      margin: 0 10px;
      padding: 7px 20px;
      font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .sellOptionWrapper {
        -ms-flex-direction: column;
        flex-direction: column; }
        .sellWithUsWrapper .sellOptionWrapper .sellOption {
          width: 230px !important;
          margin-bottom: 15px;
          font-size: 12px; }
          .sellWithUsWrapper .sellOptionWrapper .sellOption:last-child {
            margin-bottom: 0; } }
  .sellWithUsWrapper .sellOptionIntroductoryWrapper {
    font-size: 14px; }
    .sellWithUsWrapper .sellOptionIntroductoryWrapper .metaLine {
      padding: 10px 0;
      text-align: center; }
    .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 30px 0; }
      .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step {
        width: 25%;
        max-width: 270px;
        padding: 0 10px; }
        .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .photo {
          width: 100%; }
          .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .photo img {
            width: 100%; }
        .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .description .descriptionTitle {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          margin: 20px 0 10px; }
          .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .description .descriptionTitle .titleNumber {
            display: inline-block;
            width: 24px;
            height: 24px;
            line-height: 22px;
            font-family: "Nunito-Bold";
            text-align: center;
            letter-spacing: 0;
            border: 1px solid #1D1D1D;
            border-radius: 50%; }
          .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .description .descriptionTitle .titleText {
            width: 180px;
            margin: 0;
            padding-left: 12px;
            font-size: 14px;
            text-align: left;
            letter-spacing: 0.1em; }
        .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .description .descriptionContent {
          padding-left: 36px; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .sellOptionIntroductoryWrapper {
        font-size: 12px; }
        .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper {
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 20px 0; }
          .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step {
            width: 100%;
            max-width: 100%;
            margin-bottom: 25px; }
            .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .photo {
              display: none; }
              .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .photo.alwaysShow {
                display: block; }
            .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step:first-child .photo {
              display: block; }
            .sellWithUsWrapper .sellOptionIntroductoryWrapper .stepsWrapper .step .description .descriptionTitle {
              font-size: 12px; } }
  .sellWithUsWrapper .startListingWrapper {
    max-width: 450px;
    margin: auto;
    padding: 20px 0;
    font-size: 14px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .startListingWrapper {
        font-size: 12px; } }
    .sellWithUsWrapper .startListingWrapper .button {
      margin: 20px auto 0; }
  .sellWithUsWrapper .whySellWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .whySellWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px; } }
    .sellWithUsWrapper .whySellWrapper .whySell {
      width: 30%;
      padding: 18px;
      font-size: 14px;
      text-align: center;
      border: 1px solid #1D1D1D; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .whySellWrapper .whySell {
          width: 100%;
          margin-bottom: 20px;
          font-size: 12px; } }
      .sellWithUsWrapper .whySellWrapper .whySell img {
        width: 100%;
        max-width: 60px;
        margin: 10px auto 0; }
        @media only screen and (max-width: 768px) {
          .sellWithUsWrapper .whySellWrapper .whySell img {
            width: 50%; } }
      .sellWithUsWrapper .whySellWrapper .whySell .whySellTitle {
        margin: 20px auto;
        font-family: "Nunito-Bold";
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) {
          .sellWithUsWrapper .whySellWrapper .whySell .whySellTitle {
            width: 60%; } }
  .sellWithUsWrapper .linksWrapper {
    text-align: center; }
    .sellWithUsWrapper .linksWrapper .links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 550px;
      margin: 40px auto; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .linksWrapper .links {
          margin: 20px auto !important; } }
      .sellWithUsWrapper .linksWrapper .links a {
        font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .sellWithUsWrapper .linksWrapper .links a {
            font-size: 12px; } }
        .sellWithUsWrapper .linksWrapper .links a.link {
          margin: 10px;
          font-family: "Nunito-Bold";
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          color: #1D1D1D; }
          .sellWithUsWrapper .linksWrapper .links a.link:hover {
            color: #a37b24; }
    .sellWithUsWrapper .linksWrapper .button {
      margin: 0 auto; }
  .sellWithUsWrapper .questionWrapper {
    margin: 40px auto;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .questionWrapper {
        margin: 20px auto; } }
    .sellWithUsWrapper .questionWrapper a {
      display: block;
      width: 100%;
      padding: 20px 0;
      font-family: "Nunito-Bold";
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 0.1em;
      color: #1D1D1D;
      border-bottom: 1px solid #1D1D1D; }
      .sellWithUsWrapper .questionWrapper a:first-child {
        border-top: 1px solid #1D1D1D; }
      .sellWithUsWrapper .questionWrapper a:before {
        width: 14px;
        height: 14px;
        padding: 0 5px;
        content: "";
        background-image: url(/images/icons/icon_arrow_right_thin.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        float: right; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .questionWrapper a {
          font-size: 12px; }
          .sellWithUsWrapper .questionWrapper a:before {
            width: 12px;
            height: 12px; } }
  .sellWithUsWrapper .moreQuestionWrapper {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .moreQuestionWrapper {
        font-size: 12px; } }
  .sellWithUsWrapper .contactWrapper {
    max-width: 450px;
    margin: 20px auto;
    font-size: 12px;
    text-align: center; }
    .sellWithUsWrapper .contactWrapper .button {
      margin: 20px 10px;
      font-size: 12px; }
    @media only screen and (min-width: 769px) {
      .sellWithUsWrapper .contactWrapper {
        font-size: 14px; }
        .sellWithUsWrapper .contactWrapper .button {
          width: 150px;
          font-size: 14px; } }
  .sellWithUsWrapper .mainBannerWrapper {
    margin: 40px 0; }
    .sellWithUsWrapper .mainBannerWrapper img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .mainBannerWrapper {
        margin: 20px 0; } }
  .sellWithUsWrapper .benefitWrapper {
    margin: 20px 20px 0; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .benefitWrapper {
        margin: 0 20px; } }
    .sellWithUsWrapper .benefitWrapper .benefit {
      display: inline-block;
      width: 33.333333%;
      padding: 20px 10px;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .benefitWrapper .benefit {
          font-size: 12px; } }
      .sellWithUsWrapper .benefitWrapper .benefit .benefitBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitImage {
          position: relative;
          width: 40%; }
          .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitImage img {
            position: absolute;
            top: 0;
            bottom: 0;
            display: block;
            width: 100%;
            margin: auto; }
        .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitContent {
          width: 60%;
          padding-left: 10px; }
          .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitContent .benefitTitle {
            padding-bottom: 10px;
            font-family: "Nunito-Bold";
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.1em; }
        @media only screen and (max-width: 768px) {
          .sellWithUsWrapper .benefitWrapper .benefit .benefitBox {
            -ms-flex-direction: column;
            flex-direction: column; }
            .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitImage, .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitContent {
              width: 100%; }
            .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitImage {
              height: 90px; }
              .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitImage img {
                left: 0;
                right: 0;
                max-width: 120px; }
            .sellWithUsWrapper .benefitWrapper .benefit .benefitBox .benefitContent {
              padding: 10px 0 0 0; } }
    .sellWithUsWrapper .benefitWrapper .splide__arrow--prev {
      left: -20px; }
    .sellWithUsWrapper .benefitWrapper .splide__arrow--next {
      right: -20px; }
  .sellWithUsWrapper .howWrapper {
    margin-top: 20px; }
    .sellWithUsWrapper .howWrapper .howBox:nth-child(odd) .how {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      float: left; }
      .sellWithUsWrapper .howWrapper .howBox:nth-child(odd) .how .howImage img {
        left: 20px; }
      .sellWithUsWrapper .howWrapper .howBox:nth-child(odd) .how .howContent, .sellWithUsWrapper .howWrapper .howBox:nth-child(odd) .how .howContent .howTitle {
        text-align: right !important; }
    .sellWithUsWrapper .howWrapper .howBox:nth-child(even) .how {
      float: right; }
      .sellWithUsWrapper .howWrapper .howBox:nth-child(even) .how .howImage img {
        right: 20px; }
      .sellWithUsWrapper .howWrapper .howBox:nth-child(even) .how .howContent, .sellWithUsWrapper .howWrapper .howBox:nth-child(even) .how .howContent .howTitle {
        text-align: left !important; }
    .sellWithUsWrapper .howWrapper .howBox .how {
      display: -ms-flexbox;
      display: flex;
      width: 55%; }
      .sellWithUsWrapper .howWrapper .howBox .how .howImage {
        position: relative;
        width: 30%; }
        .sellWithUsWrapper .howWrapper .howBox .how .howImage img {
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          width: 100%;
          max-width: 120px;
          margin: auto; }
      .sellWithUsWrapper .howWrapper .howBox .how .howContent {
        width: 70%;
        padding: 20px 0;
        font-size: 14px; }
        .sellWithUsWrapper .howWrapper .howBox .how .howContent .howTitle {
          margin-bottom: 10px;
          font-family: "Nunito-Bold";
          font-weight: bold;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0.1em; }
          .sellWithUsWrapper .howWrapper .howBox .how .howContent .howTitle span {
            display: inline-block;
            width: 25px;
            margin-right: 5px;
            padding: 3px;
            font-family: "Nunito-Bold" !important;
            font-weight: bold;
            text-align: center !important;
            border: 1px solid #000;
            border-radius: 50%; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .howWrapper .howBox {
        margin-top: 0; }
        .sellWithUsWrapper .howWrapper .howBox:nth-child(odd) .how .howImage img {
          left: 10px; }
        .sellWithUsWrapper .howWrapper .howBox:nth-child(even) .how .howImage img {
          right: 10px; }
        .sellWithUsWrapper .howWrapper .howBox .how {
          width: 100%; }
          .sellWithUsWrapper .howWrapper .howBox .how .howImage img {
            max-width: 80px; }
          .sellWithUsWrapper .howWrapper .howBox .how .howContent {
            font-size: 12px; } }
    .sellWithUsWrapper .howWrapper .howBox:after {
      content: "";
      display: block;
      clear: both; }
  .sellWithUsWrapper .tutorialWrapper {
    margin-top: 40px;
    text-align: center; }
    .sellWithUsWrapper .tutorialWrapper p {
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .tutorialWrapper p {
          font-size: 12px; } }
    .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
      .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        width: 360px;
        margin-right: 40px;
        padding: 30px;
        font-family: "Nunito-Bold";
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #1D1D1D;
        border: 1px solid #1D1D1D; }
        .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox:last-child {
          margin-right: 0; }
        .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox .icon {
          width: 60px;
          height: 60px;
          margin-bottom: 20px; }
          .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox .icon img {
            width: 100%; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox {
          width: 50%;
          margin-right: 20px;
          font-size: 12px; }
          .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox .icon {
            width: 50px;
            height: 50px; } }
      @media only screen and (max-width: 480px) {
        .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper {
          -ms-flex-direction: column;
          flex-direction: column; }
          .sellWithUsWrapper .tutorialWrapper .tutorialBoxWrapper .tutorialBox {
            width: 100%;
            margin: 0 0 10px;
            padding: 20px; } }
  .sellWithUsWrapper .feeWrapper {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase; }
    .sellWithUsWrapper .feeWrapper .feeTitle {
      margin: 20px auto;
      font-family: "Nunito-Bold";
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.1em; }
    .sellWithUsWrapper .feeWrapper table {
      margin: auto;
      width: 100%; }
      .sellWithUsWrapper .feeWrapper table tr:nth-child(even) {
        background: #F6F6F6; }
      .sellWithUsWrapper .feeWrapper table tr td, .sellWithUsWrapper .feeWrapper table tr th {
        width: 50%;
        padding: 15px 20px; }
        .sellWithUsWrapper .feeWrapper table tr td span, .sellWithUsWrapper .feeWrapper table tr th span {
          font-family: "Nunito-Regular"; }
      .sellWithUsWrapper .feeWrapper table tr th {
        font-family: "Nunito-Bold";
        font-weight: bold;
        letter-spacing: 0.1em; }
    .sellWithUsWrapper .feeWrapper .feeNotes {
      margin-top: 20px;
      font-family: "Nunito-Bold";
      text-transform: initial; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .feeWrapper {
        margin-top: 20px;
        font-size: 12px;
        line-height: 16px; }
        .sellWithUsWrapper .feeWrapper .feeTitle {
          margin: 15px 0;
          font-size: 14px;
          line-height: 18px; }
        .sellWithUsWrapper .feeWrapper table tr td, .sellWithUsWrapper .feeWrapper table tr th {
          padding: 10px; }
        .sellWithUsWrapper .feeWrapper table tr td {
          font-size: 10px; } }
  .sellWithUsWrapper .viceVersaWrapper {
    max-width: 550px;
    height: 120px;
    margin: 20px auto;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: url("/images/sell-with-us/list-your-self/learn-more.jpg") no-repeat;
    background-position: left center;
    background-size: contain; }
    .sellWithUsWrapper .viceVersaWrapper--right {
      max-width: 480px;
      background: url("/images/sell-with-us/hs-assist/learn-more.jpg") no-repeat;
      background-position: right center;
      background-size: contain; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .viceVersaWrapper {
        max-width: 384px;
        height: 80px;
        font-size: 14px;
        background-position: left 15px;
        background-size: 100px; }
        .sellWithUsWrapper .viceVersaWrapper--right {
          max-width: 320px;
          background-position: right 15px;
          background-size: 100px; } }
  .sellWithUsWrapper .descriptionWrapper {
    max-width: 990px;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .descriptionWrapper {
        margin: 0 auto 40px; } }
    .sellWithUsWrapper .descriptionWrapper p {
      margin-top: 25px;
      font-family: "Nunito-Regular";
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #1D1D1D; }
  .sellWithUsWrapper .locationWrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .locationWrapper {
        margin-bottom: 40px; } }
    .sellWithUsWrapper .locationWrapper .locationDetail {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 40px; }
      .sellWithUsWrapper .locationWrapper .locationDetail .subHeadingV2 {
        margin-top: 0;
        font-size: 22px;
        text-align: left;
        letter-spacing: 2.6px; }
      .sellWithUsWrapper .locationWrapper .locationDetail p {
        font-family: "Nunito-Bold";
        font-size: 14px;
        line-height: 24px; }
        .sellWithUsWrapper .locationWrapper .locationDetail p span.address {
          font-family: "Nunito-Bold";
          text-transform: uppercase; }
          .sellWithUsWrapper .locationWrapper .locationDetail p span.address:before {
            content: "";
            width: 14px;
            height: 24px;
            margin-right: 10px;
            background: url("/images/version-2/icons/pin-location-black.svg") center/contain no-repeat;
            float: left; }
    .sellWithUsWrapper .locationWrapper .locationMap {
      width: 680px;
      height: 250px; }
      .sellWithUsWrapper .locationWrapper .locationMap iframe {
        width: 100%;
        height: 100%; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .locationWrapper {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .sellWithUsWrapper .locationWrapper .locationDetail,
        .sellWithUsWrapper .locationWrapper .locationMap {
          width: 100%; }
        .sellWithUsWrapper .locationWrapper .locationDetail {
          padding: 0; }
          .sellWithUsWrapper .locationWrapper .locationDetail .subHeadingV2 {
            font-size: 18px; }
          .sellWithUsWrapper .locationWrapper .locationDetail p {
            font-size: 12px; }
        .sellWithUsWrapper .locationWrapper .locationMap {
          height: initial;
          margin-bottom: 15px; } }
  .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper {
    font-family: "Nunito-Regular";
    font-size: 14px;
    text-align: center;
    color: #1D1D1D; }
    @media only screen and (max-width: 768px) {
      .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper {
        font-size: 10px; } }
    .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryTitle {
      margin-top: 25px;
      font-family: "Libre-Baskerville-Regular";
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 2.2px;
      color: #1D1D1D; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryTitle {
          margin-top: 15px;
          font-size: 16px;
          line-height: 20px; } }
    .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper {
      margin: 20px auto; }
      .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper .categoryFee {
        margin-bottom: 10px;
        font-family: "Nunito-Regular";
        font-size: 14px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        color: #1D1D1D; }
      .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper .price {
        font-family: "Nunito-ExtraBold";
        font-size: 14px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        color: #1D1D1D; }
      .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper .conjunction {
        font-family: "Libre-Baskerville-Italic";
        font-size: 16px;
        font-style: italic;
        letter-spacing: 2.2px;
        text-transform: lowercase;
        color: #1D1D1D; }
      .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper.tableStyle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; }
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper.tableStyle .leftColumn,
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper.tableStyle .rightColumn {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 10px;
          width: 250px;
          padding: 0 15px;
          text-align: left; }
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper.tableStyle .leftColumn {
          border-right: 1px solid #1D1D1D; }
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper.tableStyle .rightColumn .categoryFee {
          margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper .categoryFee {
          font-size: 10px;
          letter-spacing: 1px; }
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper .price {
          font-size: 10px;
          letter-spacing: 1.6px; }
        .sellWithUsWrapper .sellingFeeWrapper .sellingCategoryWrapper .categoryFeesWrapper .conjunction {
          font-size: 14px;
          letter-spacing: 1.6px; } }

/*# sourceMappingURL=sell.css.map */
